projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4f38fa
)
* configure.ac: test portability fix
author
Glenn Morris
<rgm@gnu.org>
Tue, 12 Nov 2013 03:01:07 +0000
(19:01 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 12 Nov 2013 03:01:07 +0000
(19:01 -0800)
(I can never remember whether this is still relevant or not)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 539a966d564f32f560766fbaee0424efa2b05792..25634549443485d7989c9ebfd0428afb5e3b34f4 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-24,7
+24,7
@@
dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.65)
AC_INIT(emacs, 24.3.50)
-test "
$MSYSTEM" = "
MINGW32" && . $srcdir/nt/mingw-cfg.site
+test "
x$MSYSTEM" = "x
MINGW32" && . $srcdir/nt/mingw-cfg.site
dnl Set emacs_config_options to the options of 'configure', quoted for the shell,
dnl and then quoted again for a C string. Separate options with spaces.